home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / smaltalk / st80_pr4.lha / st80_pre4 / Foible / FlowKit / FlowKit2-PP.bld < prev    next >
Text File  |  1993-07-24  |  283b  |  13 lines

  1. | dir |
  2. dir _ '/smalltalk/foible/FlowKit/'.   
  3.  
  4. "NOTE: The Foible framework should be filed in before FlowKit." 
  5.  
  6. "FlowKit2 and associated files." 
  7.  
  8. #( 'FlowKit2.st' 
  9.    'FlowKit2-PPfix.st'  
  10.    'FlowKitBox-outputResults.st' ) 
  11. do: [ :aName | (Filename named: dir, aName) fileIn ].
  12.  
  13.